coretool fixes and enhancements (#921)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Tue, 20 Sep 2022 18:03:33 +0000 (12:03 -0600)
committerGitHub <noreply@github.com>
Tue, 20 Sep 2022 18:03:33 +0000 (12:03 -0600)
commitd154132afec5a6c4d58da62d901c4e426d4b6ccb
tree4cdec3436adff6adbb9f457305bdea9b7fbd1621
parent33f69bd8165769816b3656456d8094842a7e1566
coretool fixes and enhancements (#921)

* get coretool to work on macos under qmake.

* enhance coretool.

1. don't use stderr for coretool output.  This avoids comingling of
real error messages with the coretool output.
2. disable the similartext heuristic with coretool.  This heuristic,
which is enabled by default, was resulting in occasional mistranslations.
gui/coretool/coretool.cc
gui/coretool/coretool.pro
gui/formatload.cc